home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Syntax Examples / Sort examples < prev    next >
Text File  |  1992-11-25  |  163b  |  5 lines

  1. tell application "FileMaker Pro"
  2.     Sort first Layout of window 2 by Field 2 of window 2
  3.     Sort first Database
  4.     Sort first document by {Field "a", Field "d"}
  5. end tell